Next | Prev | Up | Top | Contents | Index
System V IPC Overview
System V IPC comprises three interprocess communication mechanisms:
- Messages allow processes to send and receive buffers full of data.
- Semaphores allow processes to turn on and off a set of flags.
- Shared memory gives multiple processes access to the same data area in memory.
These are IRIX system functions, implemented by calls to the kernel.
Next | Prev | Up | Top | Contents | Index